home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / sugar2.zip / SUGAR.DOC next >
Text File  |  1991-07-07  |  3KB  |  59 lines

  1. GERHARDT AND SCHUSTER AUTOMATON
  2. _______________________________
  3.  
  4.  
  5. The acronym SUGAR is formed with letters from the names of the creators of the
  6. automaton.
  7.  
  8. A full explanation of the rules which define the automaton can be found in
  9. SCIENTIFIC AMERICAN August 1988, p.104, and December 1988, p.119.
  10.  
  11. This program implements the automaton, displaying its evolution in three
  12. different modes: GRAPH, SLIDE SHOW, FILMSTRIP.  Pressing the ESC key stops
  13. time, and brings up a menu which allows any mode to be called, without
  14. resetting the automaton.  The menu also allows the user to reset the automaton
  15. as well as to enter comments about the current run.  These comments are
  16. automatically appended to a file (SUGAR.LOG) which also records, automatically,
  17. the parameters selected for the run.
  18.  
  19. The opening screen offers choices in setting up the automaton's initial
  20. configuration and display mode:
  21.  
  22. 1. CELL SPACE:  No defaults. Enter two integers separated by a comma and
  23.                 followed by a CR.  The second number must be less than 200.
  24.                 The maximum total number of cells (x*y) must be less than
  25.                 32,400.  Thus, allowable pairs are  (600,50)  (500,60)
  26.                 ... (175,175) etc.  Try (50,50).  If excessive numbers are
  27.                 entered, then (and only then) a default of (175,175) is
  28.                 forced.
  29.  
  30. 2. NO. STATES:  No defaults.  Try 100.
  31. 3. PARAMETERS:  No defaults.  Try k1=0.2  k2=3.0  g=19.
  32. 4. RESET RNG :  Default 'N': the RNG generates a fixed sequence of random
  33.                 numbers.  'Y' causes the RNG to be reset randomly.
  34. 5. NEIGHBORHD:  Default 'V': von Neumann.
  35.                 The two types can be are defined by the diagrams below:
  36.  
  37.                                        o                  o o o
  38.                        von Neumann   o x o        Moore   o x o
  39.                                        o                  o o o
  40.                 
  41.                 Experiment.
  42. 6. DISPLAY   :  Default 'G': graph. If 'P' is selected, then 'S': Slide
  43.                 Show is the next default.  Experiment.
  44.  
  45.  
  46.  
  47.  
  48. There is hardly any error checking, in order to allow for maximum speed,
  49. and minimum size.
  50.  
  51. If a 8087 or 86287 is present, the program uses it.  The program has been
  52. rewritten for a VGA graphic card (only).  The 640x480x16 mode is used.
  53.  
  54. Questions and comments can be sent to the program's author:
  55.  
  56. Luigi Bianchi ■ 414 Atkinson College ■ York University 
  57. 4700 Keele Street ■ North York ■ Ontario M3J 1P3 ■ Canada
  58. E-M: lbianchi@yusol.bitnet ■ compuserve 72060,3723
  59.